        .header {
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 9;
            background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), #5d89c3) !important;
            background: -webkit-gradient(linear, 0 0, 0 100%, from(#5d89c3), to(rgba(255, 255, 255, 0))) !important;
            background: -webkit-linear-gradient(linear, 0 0, 0 100%, from(#5d89c3), to(rgba(255, 255, 255, 0)));
            background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), #5d89c3);
            background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), #5d89c3);
            background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0), #5d89c3);
            background: linear-gradient(bottom, rgba(255, 255, 255, 0), #5d89c3);
        }